home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.s[3].start();
- _global.spherescore = 0;
- _root.scores.scores_box.text = _global.spherescore;
- _root.reinit();
- _global.tmp = 4;
- _root.onEnterFrame = function()
- {
- if(_global.tmp > 0)
- {
- _global.tmp = _global.tmp - 1;
- }
- else
- {
- _root.onEnterFrame = null;
- _root.mydef.setlevel(_global.lev);
- _root.exe.setPfieldSize();
- }
- };
- }
-